home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch14.CSAA / csaaDrive2.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-08-28  |  193 b   |  10 lines

  1. on exitFrame
  2.   global gNextFrame, gTargetList
  3.   set nextLabel to getPos(gTargetList, gNextFrame)
  4.   if nextLabel <> 0 then
  5.     go(label(string(nextLabel)))
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.